home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / pCD / Source / hpcdtoppm.0.4 / CHANGES < prev    next >
Text File  |  1993-03-23  |  963b  |  50 lines

  1. Changes of hpcdtoppm:
  2.  
  3. v0.4:
  4.  
  5. - Additional Options -m, -pos, -rep, -crop
  6.  
  7. - pgm output added
  8.  
  9. - postscript output added
  10.  
  11. - Flip options
  12.  
  13. - color corrections
  14.  
  15. - primitive form of contact sheet
  16.  
  17. - simple method of jumping over reading errors in
  18.   Huffman code
  19.  
  20. - optional Huffman-Lookuptable for speedup
  21.  
  22.  
  23.  
  24. v0.3:
  25. - Additional Options -x, -a and -ycc
  26.  
  27. - bcopy thrown out.
  28.  
  29. - New datatype sBYTE for char. This fixes the problem with
  30.   compilers which have the char unsigned. These got some
  31.   'snow' in their pictures (merry christmas :-).
  32.  
  33. - Address arithmetik bug fixed in writepicture
  34.  
  35. v0.2:
  36.  
  37. - Small workaround for strange behavior of address-calculation
  38.   of a c-compiler for NeXT.
  39.  
  40. - Improved rounding for integer maths.
  41.  
  42. - Thrown out floating arithmetic, changed color conversion to
  43.   integer fixed point.
  44.  
  45. - PPM-writing-routines added. You can choose whether you
  46.   want to use pbmplus-routines or the included routines.
  47.  
  48. - some ununused variables thrown out.
  49.  
  50.